Add a11y state tests
authorMatthias Clasen <mclasen@redhat.com>
Wed, 30 Jul 2014 19:25:04 +0000 (21:25 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 4 Aug 2014 07:58:58 +0000 (09:58 +0200)
commit944e30d940d5832df506a272828f356f8534b723
tree0d78c88f154cb6cf1a0eebe09a6971c7cb0fe762
parent45ca4bd0b2eb0ce90ec9e9c44fac4915b0e4bd70
Add a11y state tests

This adds a new test which can be scripted to trigger various
event and action sequences, and record state changes in the
accessibility layer.

So far, there are a few tests verifying state changes when
focus changes.

Related to https://bugzilla.gnome.org/show_bug.cgi?id=715176
configure.ac
testsuite/a11y/Makefile.am
testsuite/a11y/focus.c [deleted file]
testsuite/a11y/state/Makefile.am [new file with mode: 0644]
testsuite/a11y/state/focus1.in [new file with mode: 0644]
testsuite/a11y/state/focus1.out [new file with mode: 0644]
testsuite/a11y/state/focus1.ui [new file with mode: 0644]
testsuite/a11y/state/focus2.in [new file with mode: 0644]
testsuite/a11y/state/focus2.out [new file with mode: 0644]
testsuite/a11y/state/focus2.ui [new file with mode: 0644]
testsuite/a11y/state/state-record.c [new file with mode: 0644]